home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / timepilot.swf / scripts / frame_31 / PlaceObject2_227_11 / CLIPACTIONRECORD onClipEvent(load).as < prev   
Encoding:
Text File  |  2007-03-13  |  160 b   |  10 lines

  1. onClipEvent(load){
  2.    this.gotoAndStop(_root.LevelStage);
  3.    xspeed = -1;
  4.    yspeed = 0;
  5.    hits = 0;
  6.    dir = 1;
  7.    Dead = false;
  8.    Start = false;
  9. }
  10.